A. equals() method
B. RegularExpressionValidator
C. RequiredFieldValidator
D. CompareValidator
Advertisement
Related Mcqs:
- What is used to validate complex string patterns like an e-mail address ?
- A. Extended expressions B. Irregular expressions C. Regular expressions D. Basic expressions...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
- A. Hello world B. Hello C. C D. World...
- Which of the following is not a member of ADODBCommand object ?
- A. Open B. ExecuteScalar C. ExecuteReader D. ExecuteStream...
- If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
- A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above...
- Which of the following is used to write error message in event Log File ?
- A. System.EnterpriseServices B. System.Diagnostics C. System.Data D. All of the above...
- In ASP.NET what does the following return ?
- A. Gives the memory working set B. Return Null value C. Gives Error D. None of the Above...
- Which of the following is the way to monitor the web application ?
- A. Alerts Snap-ins B. Performance logs C. MMC Event viewers D. All of the above...
- Which of the following is a requirement when merging modified data into a DataSet ?
- A. The DataSet schemas must match in order to merge B. The destination DataSet must be empty prior to merging C. A primary key must be defined on the DataTable objects D. A DataSet must be merged into the same DataSet that created it....
- Which of the following denote New Data-bound Controls used with ASP.NET ?
- A. SqlDataSource B. FormView C. GridView D. All of the above...
Advertisement